home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / king715u.zip / !KING.NEW next >
Text File  |  1992-01-22  |  14KB  |  298 lines

  1.                           Suburban Software
  2.                             Chuck Valecek
  3.  
  4. PLEASE USE THE MKKOB715.EXE TO CREATE THE CNF FILE!!!!
  5.  
  6. BACKUP ALL YOUR FILES FIRST!!!!!!
  7. __________________________________________________________________________
  8. Version 7.15 01/22/92
  9. There was a problem with 7.14 if you didnt have a NEWQUES.DAT file in the
  10. directory. The door would create the file BUT the number of the next question
  11. would have been whatever was in the memory location of the variable. This 
  12. caused run-time errors.
  13. Also had reports that the program MKKOB714.EXE would really trash the config
  14. file for the door. So I rewrote the program. That's what you get for trying
  15. get fancy!!
  16.  
  17. This maybe the last release of this series. I am in the process of rewritting
  18. the door to support all major BBS software packages. I will only release 
  19. updates to correct problems. No enhancements will be coded until the new
  20. release is out. The next major release will be version 8.0
  21.  
  22.  
  23. Version 7.14 07/31/91
  24. Yep missed another $COLOR$, oh well!
  25. Based on a few suggestions by sysops I have made the following changes to the
  26. door.
  27.  
  28. a) In older versions if a user elected to play and dropped carrier after he/she
  29. saw the question the same question would be repeated. Now if a user elects to
  30. play and drops carrier the next question is incremented to the next question.
  31.  
  32. b) If points are in effect and there is a tie between 1st and 2nd place players
  33. and the extra points is set to no, the player will be allowed to earn points
  34. to break the tie.
  35.  
  36. c) In older versions when the 1st place user played nad there was no one to
  37. challenge he lost his play for the day and was not allowed to call back the
  38. same day. Now the first place player will be allowed to call in and see if
  39. he/she has been dethroned and if so can play.
  40.  
  41.  
  42. Version 7.13 06/07/91
  43. Missed another $COLOR$ in the points version of the door. Some have reported
  44. that the chances should as zero. To be safe run MKKOB713.EXE and check the
  45. options in the configuration file.
  46.  
  47. Version 7.12 06/05/91
  48. I owe everyone an apology on the last few releases of this door. I lost my
  49. hard drive and lost the latest version of this door. I thought I had rebuilt
  50. the program but it seems that I left a few options out.
  51.  
  52. Version 7.11 would not read the CNF file for the name of the question file
  53. or the name of the new question file. In this release I added one more option
  54. to the door. This one allows the SYSOP to pay the door more than once a day.
  55. This was placed into the door for testing the door on your system, BUT you
  56. must be logged in as SYSOP for it to work properly. Use the MKKOB712.EXE to
  57. add this entry in the CNF file.
  58.  
  59. Version 7.11 05/15/91
  60. This quick release corrects the creation of the graphics bulletin. The previous
  61. version created the bulletin with $COLOR$ codes instead of the correct color.
  62.  
  63. Version 7.10 05/13/91
  64. No chnages to the door in this release. The door has been recompiled with
  65. ProKit version 3.4. The door now supports non-standard comm ports like ProDoor
  66. does.
  67.  
  68. Support has been added for non-standard COM port configurations.  To use com
  69. ports other than the normal COM1 and COM2, you can now insert the following
  70. statements in your BOARD.BAT file:
  71.      SET COMBASE=nnnn        ;port base I/O address (decimal)
  72.      SET COMIRQ=n            ;port IRQ setting
  73.  
  74. __________________________________________________________________________
  75.  
  76. MKKOB709.EXE - This is the new Configuration program for this release and this
  77. release only. It will NOT work with earlier versions of the door.
  78.  
  79. Version 7.09  10/08/90
  80. Created a BUG in the non point version. It would not let you run a non point
  81. version at all.
  82. __________________________________________________________________________
  83.  
  84. Version 7.08 - 10/04/90 (What another 7.08?)
  85. Sorry about the last release, I tried to get it off Salt Air before too many
  86. of you downloaded it. I had a problem with the program to create the CNF file
  87. and it was really screwing up the DOOR.
  88.  
  89.  
  90. Version 7.08 - 09/23/90
  91. This is just a quicky type release. I have found a real DUMB programming error.
  92. I was reading the question file sequentially even though I knew the question 
  93. number I wanted. This added quite a bit of time to read thru the file if you
  94. were on question 1000 or so.
  95.  
  96. Also this release will solve some of the runtime errors running on multinode
  97. systems when more than 1 user access the files. I opened the question file and
  98. didn't close it until the game was over. It is closed right away now.
  99.  
  100. This release contains three (3) new options.
  101.  
  102. New Option 1) This option is called Adopt-a-door. I have seen this on another
  103. door, by Al Lawerence. This allows a user to have his/her name appear as the 
  104. person who contributed the monies to register the door for the sysop. Some users
  105. like having their name in "LIGHTS" and this little option will do just that. You
  106. can toggle it on or off through the CNF file. If on and the door is registered
  107. the screen that the sysop creates will be displayed to all that play the game.
  108. If the door is not registered and the sysop wants to he may select this option
  109. and the door will display a message to the user explaining the adopt-a-door 
  110. policy. This may intice users into donating the money to register the door and 
  111. the sysop and myself will be thankful!
  112.  
  113. Again this is an option that can be toggle on or off by the sysop. The name
  114. of the file that will be displayed is ADOPT.DAT. You can create this file with
  115. any editor or THEDRAW. A sample file is included.
  116.  
  117. New Option 2) This option name and location of the QUESTION.DAT. This will allow
  118. you to share the same question file for more than one game.
  119.  
  120. New Option 3) This option is the name and location of the NEW_QUES.DAT file.
  121. This will allow you to share a common new question file for multiple nodes or
  122. games.
  123.  
  124. I was planning on adding the new @color codes for the 14.5 release of PCBoard
  125. but since the door is running on alot of different bulletin board software I
  126. postponed this modification until the next release when I will support either
  127. types of color bulletins.
  128.  
  129.  
  130.  
  131. I am sorry to say that this version still does not support non-ansi users.
  132. I will look be looking into that but not sure when that will be.
  133. Scrolling text off a screen is a little tacky! The door will remind the user 
  134. that it requires ansi graphics and will return to the system if the user
  135. elects to.
  136.  
  137.  
  138. Keep the suggestions coming. Please write your sugestions down on paper as I
  139. read messages and forget (senile) to jot them down. Forward them to me by mail
  140. and I will try to include them in the next release.
  141.  
  142. __________________________________________________________________________
  143.  
  144. Version 7.07
  145. There was a slight bug in the door if you decided NOT to run the Quen of the
  146. Board option. This has been corrected in this release.
  147.  
  148. Also added ANOTHER option, this one allows you to deduct points from the amount
  149. the user is playing for. If the user challenged the first position he would be
  150. playing for 2500 points. If you elected to deduct points for each wrong answer,
  151. say 250, the first guess would be worth 2500, the second guess would be worth
  152. 2250 and the third guess would be 2000.
  153.  
  154. __________________________________________________________________________
  155.  
  156. Version 7.06
  157. Minor change from 7.05. Correctly disabled the HOT Key option if a user had
  158. this option set in ProDoor and opened this DOOR. 
  159.  
  160. Since this program has so many options I have created a MKKOBCNF program that
  161. will prompt you for the options and create the config file for you.
  162. No more guessing. 
  163. __________________________________________________________________________
  164.  
  165. Version 7.05
  166. WARNING!!!!!!!
  167.  
  168. BACKUP your old files before converting!!!
  169.  
  170. This release requires a conversion of the user file
  171.  
  172. One slight bug has been corrected. If a user dropped out of the door he was
  173. allowed to re-enter the door. Now the door will update his record as being on
  174. that day. This way they cannot cheat and come back to answer the question.
  175.  
  176. Since ProDoor has the HotKey option it is carried into the door also. It took
  177. a little checking but I think I can reset it in the door.
  178.  
  179. The door will ask ONE MORE time if the user is a Male/Female and then will
  180. store this in the user file. This is why the user file MUST be converted.
  181. If you fail to convert the userfile you will get a RUN TIME ERROR!. 
  182.  
  183. The conversion program is CONV705.EXE and is included in this package.
  184.  
  185. I have also reformatted the answer format shown to the user. It will show the
  186. max number of characters and remind then of the time limit.
  187.  
  188. Check this!! Tell your female users that now they door will display a QUEEN
  189. of the Board bulletin if the top person is a female!! If the top person is
  190. a male then the door will create a King of the Board as in the past. Maybe
  191. this will give them some incentive.
  192.  
  193. Many sysops have requested the following and all have been placed in the door
  194. by selecting the option.
  195.  
  196. a) Keep the same question until it is answered correctly
  197.    This was taken out in prior releases but so many have asked that it be
  198.    placed back in that I decided to make it a sysop option.
  199. b) Reset the times challenged so that next time on it will display only the
  200.    times lost and challenged since last time on
  201. c) Allow the 1st place person to earn points by answering more questions, This
  202.    will allow a player insure his 1st place standing, at least for awhile. You
  203.    can specify the point value to be assigned for this position.
  204. d) Allow the door to display the correct answer if it has been answered wrong
  205.  
  206. __________________________________________________________________________
  207.  
  208. Version 7.04
  209. No bugs this release just added somemore options that sysops have requested.
  210. One biggy is the option to allow the program to display Queen of the Board, 
  211. thats right!! This is selected through the CNF file and will prompt the user
  212. for a M/F response. This will store the M/F in the file but will allow the
  213. program to display a different screen and create a bulletin with King or Queen
  214. on the heading. If you do not want this just put a N in the cfg file.
  215. Also I added a option to allow the sysop to control the amount of time the user
  216. gets to answer the question. Normally the keyboard timeout uses the amount of
  217. time you specified in the PCBoard setup for keyboard timeout. You may override
  218. this by inserting a number in the cnf file. (See the Docs on these new options)
  219.  
  220. __________________________________________________________________________
  221.  
  222. Version 7.03
  223. Add more logic to handle drop of carrier. Reports stated that the door would
  224. hang the system when carrier was dropped.
  225.  
  226. __________________________________________________________________________
  227.  
  228. Version 7.02
  229. Corrected a problem with special characters not being formatted correctly to the
  230. user.
  231.  
  232. __________________________________________________________________________
  233.  
  234. Version 7.01
  235. Thought I had the points problem resolved when a user got over 32000 points and
  236. lost but I guess I didn't. This release should do it. <GRIN>.
  237.  
  238. __________________________________________________________________________
  239.  
  240. Version 7.0
  241. Well I believe that most of the bugs are out. Why do I say MOST? I have been in
  242. programming for 15 years and a program is never bug free!. So here is the
  243. production copy of this door. It has been tested on several systems across the
  244. country and have not had any serious problems. This release has the following
  245. changes. 1) Changed KINGPTS.BUL file to KINGPTS and created a graphics version
  246. of the file so that it may be used as a additional bulletin. 2) Added a (y/N)
  247. prompt for viewing the Poinys file when the user is logging off.
  248.  
  249. __________________________________________________________________________
  250.  
  251. Version 6.06
  252. If a user had over 32000 points and lost his points, got screwed up and became
  253. a credit number. For you programmers out there I swapped a LONGINIT to a 
  254. INTEGER and back.
  255.  
  256. __________________________________________________________________________
  257.  
  258. Version 6.05
  259. If the next question file reached the maximum of the total number of questions
  260. you have it would not reset back to 2.
  261.  
  262. __________________________________________________________________________
  263.  
  264. Version 6.04
  265. This is crazy! A release a day keeps the doctor away!
  266. The point option in the door was not applied correctly. It was possible to
  267. challenge the 2 person up and instead of getting 2000 points end up with only
  268. 1500. As you can see these are only minor bugs so far.
  269.  
  270. __________________________________________________________________________
  271.  
  272. Version 6.03
  273. Had a report that the door took to long to recycle after carrier was dropped.
  274. Added more checks in the logic for loss of carrier. 
  275. Also noticed that when first creating the KING.USR the sysops name would show
  276. more than once. Corrected this so that when the file is first created the
  277. sysop gets a message that there is no one to challange since he is in the first
  278. position.
  279.  
  280. __________________________________________________________________________
  281.  
  282. Version 6.02
  283. Added the Points option to the door. This can be set in the CNF file if you want
  284. it on. Also added a KINGPTS.BUL file showing the Point Standings. This will only
  285. created if the point option is set.
  286.  
  287. __________________________________________________________________________
  288.  
  289. Version 6.01
  290. Truncated the new question entered by a user.
  291. Added a format line for the new question & answer showing how many characters
  292. are left.
  293.  
  294. __________________________________________________________________________
  295.  
  296. Version 6.00 
  297. Initial release
  298.